projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96b09a9
)
.gitignore: move *.exe pattern to the top gitignore for Cygwin
author
Masahiro Yamada
<
[email protected]
>
Fri, 6 Jun 2014 11:46:45 +0000
(20:46 +0900)
committer
Tom Rini
<
[email protected]
>
Wed, 11 Jun 2014 20:27:05 +0000
(16:27 -0400)
GCC on Cygwin generates executables with .exe extension,
for example:
scripts/basic/fixdep.exe
scripts/docproc.exe
To ignore them, *.exe pattern should be moved
from tools/.gitignore to ./.gitignore
Signed-off-by: Masahiro Yamada <
[email protected]
>
.gitignore
patch
|
blob
|
history
tools/.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index c2f53fccb44af129f88dfc16b040af380d372167..4e4fd00c2f98b7403072e5aaa61afa95e5dd78f9 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-21,6
+21,9
@@
*.patch
*.cfgtmp
+# host programs on Cygwin
+*.exe
+
# Build tree
/build-*
diff --git
a/tools/.gitignore
b/tools/.gitignore
index 0eb9068dc74f104852dbf32d4546695340035d8d..cefe9235e2f0b0a1d31942e6099d8e74caea03a9 100644
(file)
--- a/
tools/.gitignore
+++ b/
tools/.gitignore
@@
-17,7
+17,6
@@
/relocate-rela
/ubsha1
/xway-swap-bytes
-/*.exe
/easylogo/easylogo
/gdb/gdbcont
/gdb/gdbsend